home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Systemmonitors
/
Snoopy
/
Scripts
/
virus.script
< prev
next >
Wrap
Text File
|
1996-09-26
|
587b
|
15 lines
; this is a very stupid viruschecker. It only tests if somebody
; changes library/device vectors or adds tasks/servers
pri=3
base=exec,exec.library
base=dos,dos.library
include=offsets/exec
include=offsets/dos
watch=exec,SetFunction,RD0L/A1L/A0L/D0L,$%lx = SetFunction( $%lx, %ld, $%lx )
watch=exec,SumLibrary,A1L,SumLibrary( $%lx )
watch=exec,AddIntServer,D0L/A1L,AddIntServer( $%lx, $%lx )
watch=exec,AddTask,RD0L/A1L/A2L/A3L,$%lx = AddTask( $%lx, $%lx, $%lx )
watch=dos,DeleteFile,RBD0L/D1L,%s = DeleteFile( "%s" )
watch=dos,Format,RD0L/D1L/D2L/D3L,$%lx = Format( "%s", "%s", $%lx )